ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LineXyParallelPlotView<TOwnerView> Class / _LineXyParallelPlotView<TOwnerView> Constructor

In This Topic
    _LineXyParallelPlotView<TOwnerView> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal layoutView As TOwnerView, _
       ByVal definition As IParallelPlotDefinition, _
       ByVal plotData As IParallelPlotDataModel _
    )
    public _LineXyParallelPlotView<TOwnerView>( 
       TOwnerView layoutView,
       IParallelPlotDefinition definition,
       IParallelPlotDataModel plotData
    )

    Parameters

    layoutView
    definition
    plotData
    See Also